home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / appl / napsaterm / tel_opt.h < prev    next >
C/C++ Source or Header  |  1994-05-14  |  451b  |  20 lines

  1. /*
  2.  * $Id: tel_opt.h,v 3.1 1994/05/14 14:17:07 ppessi Exp $
  3.  *
  4.  * Author: Tomi Ollila <too@cs.hut.fi>
  5.  *
  6.  * Copyright © 1993, 1994   AmiTCP/IP Group, <amitcp-group@hut.fi>
  7.  *                Helsinki University of Technology, Finland.
  8.  *                All rights reserved.
  9.  *
  10.  * Created: Thu Apr  7 15:51:00 1994 too
  11.  * Last modified: Fri May 13 02:40:41 1994 ppessi
  12.  */
  13.  
  14. #ifndef TEL_OPT_H
  15. #define TEL_OPT_H
  16.  
  17. void telopt(u_char wwdd, u_char c);
  18.  
  19. #endif /* TEL_OPT_H */
  20.